home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
programming
/
libraries
/
triton11.lha
/
Triton
/
Programmer
/
Include
/
proto
/
triton.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-07-14
|
319 b
|
15 lines
/*
* You should include this file when using
* Triton with SAS/C and DICE. Other compilers
* may need different pragma handling
*
*/
#ifndef PROTO_TRITON_H
#define PROTO_TRITON_H
#include <exec/types.h>
extern struct Library *TritonBase;
#include <clib/triton_protos.h>
#include <pragmas/triton_pragmas.h>
#endif